- HandleToLong
int HandleToLong(void* h)
Undocumented in source. Be warned that the author may not have intended to support it.
- HandleToLong
long HandleToLong(void* h)
Undocumented in source. Be warned that the author may not have intended to support it.
- HandleToUlong
uint HandleToUlong(void* h)
Undocumented in source. Be warned that the author may not have intended to support it.
- HandleToUlong
ulong HandleToUlong(void* h)
Undocumented in source. Be warned that the author may not have intended to support it.
- IntToPtr
void* IntToPtr(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- IntToPtr
void* IntToPtr(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- LongToHandle
void* LongToHandle(int h)
Undocumented in source. Be warned that the author may not have intended to support it.
- LongToHandle
void* LongToHandle(long h)
Undocumented in source. Be warned that the author may not have intended to support it.
- LongToPtr
void* LongToPtr(int l)
Undocumented in source. Be warned that the author may not have intended to support it.
- LongToPtr
void* LongToPtr(long l)
Undocumented in source. Be warned that the author may not have intended to support it.
- PtrToInt
int PtrToInt(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- PtrToInt
int PtrToInt(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- PtrToLong
int PtrToLong(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- PtrToLong
long PtrToLong(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- PtrToShort
short PtrToShort(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- PtrToShort
short PtrToShort(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- PtrToUint
uint PtrToUint(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- PtrToUint
uint PtrToUint(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- PtrToUlong
uint PtrToUlong(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- PtrToUlong
ulong PtrToUlong(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- PtrToUshort
ushort PtrToUshort(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- PtrToUshort
ushort PtrToUshort(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- UIntToPtr
void* UIntToPtr(uint ui)
Undocumented in source. Be warned that the author may not have intended to support it.
- UIntToPtr
void* UIntToPtr(uint ui)
Undocumented in source. Be warned that the author may not have intended to support it.
- ULongToPtr
void* ULongToPtr(uint ul)
Undocumented in source. Be warned that the author may not have intended to support it.
- ULongToPtr
void* ULongToPtr(ulong ul)
Undocumented in source. Be warned that the author may not have intended to support it.